.topgames {
    color: #ffc827;
    font-size: 60px;
    text-align: center;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}

@media only screen and (max-width: 420px) {
    .topgames {
        color: #ffc827;
        font-size: 30px;
        text-align: center;
        font-weight: 600;
        font-family: 'Quicksand', sans-serif;
    }
}

.howto {
    text-align: center;
    color: #ffc827;
    font-size: 40px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Quicksand', sans-serif;
}

@media only screen and (max-width: 420px) {
    .howto {
        font-size: 22px;
    }
}

@media only screen and (max-width: 420px) {
    .framecode {
        width: 100%;
        height: 60%;
    }
}

.getidnow button {
    background-color: #ffc827;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    font-family: 'Poppins', sans-serif;
    border-style: none;
    padding-left: 40px;
    padding-right: 40px;
}

.getidnow button:hover {
    background-color: white;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    font-family: 'Poppins', sans-serif;
    border-style: none;
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (max-width: 420px) {
    .welcome {
        text-align: center;
        color: #ffc827;
        font-size: 6px;
        font-weight: 100;
        font-family: 'Poppins', sans-serif;
    }
}

.welcome {
    font-size: 15px;
    font-weight: 100;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}

.unleash {
    font-size: 23px !important;
    color: #ffc827;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}

@media only screen and (max-width: 420px) {
    .unleash {
        text-align: center;
        color: #ffc827;
        font-size: 18px;
        font-family: 'Poppins', sans-serif;
    }
}

.choose {
    font-size: 19px;
    color: #ffc827;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}

@media only screen and (max-width: 420px) {
    .choose {
        color: #ffc827;
        text-transform: capitalize;
        font-size: 18px;
        font-family: 'Poppins', sans-serif;
    }
}

.fortag {
    font-size: 18px;
    color: #ffc827;
    font-family: 'Poppins', sans-serif;
}

.hideper {
    display: none;
}

@media only screen and (max-width: 768px) {
    .hideper {
        display: block !important;
    }
}

.mani {
    display: block !important;
}

@media only screen and (max-width: 768px) {
    .mani {
        display: none !important;
    }
}

/* cricket start */

.cricket1 {
    padding-top: 10%;
}

@media only screen and (max-width: 768px) {
    .cricket1 {
        padding-top: 0%;
    }
}

.hidtext {
    display: none;
}

@media only screen and (max-width: 768px) {
    .hidtext {
        display: block;
    }
}

.hatja {
    display: block;
}

@media only screen and (max-width: 768px) {
    .hatja {
        display: none;
    }
}

/* effect text on hover for games carousel */

.hover-text {
    font-family: 'Poppins';
}

/* to add padding in desktop view in first section below youtube video */

.eng-demo {
    padding: 20px 0px;
}

.rounded-lg4 {
    position: relative;
    display: inline-block;
    perspective: 1000px;
    top: 0;
    left: 0;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: opacity 0.3s ease-in-out;
}

.card-image-1 {
    height: 150px;
    width: 120px;
    border-radius: 50%;
    transform-style: preserve-3d;
    transition: transform 0.1s ease-in-out;
    filter: drop-shadow(0px 0px 5px rgb(247, 87, 14));
}

.rounded-lg4:hover .card-image-1 {
    animation: spin 0.9s linear;
}

@keyframes spin {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@media only screen and (max-width: 420px) {
    .card-image-1 {
        height: 60px;
        width: 60px !important;
    }
    .rounded-lg4 a div {
        font-size: 10px !important;
        padding-top: 10px;
    }
}